table of contents
        
      
      
    | GLUTWIREDODECAHEDRON(3) | Library Functions Manual (local) | GLUTWIREDODECAHEDRON(3) | 
NAME¶
glutWireDodecahedron —
    Draw a wireframe dodecahedron.
LIBRARY¶
OpenGLUT - geometry
SYNOPSIS¶
#include
    <openglut.h>
void
  
  glutWireDodecahedron(void);
DESCRIPTION¶
This function draws a regular, wireframe 12-sided polyhedron centered at the origin. The distance from the origin to the vertices is sqrt(3). The facets are pentagons. No facet is normal any of the
x,
y,
or
z
axes.
SEE ALSO¶
glutSolidDodecahedron(3) glutWireRhombicDodecahedron(3) glutSolidRhombicDodecahedron(3)